projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d37631
)
installer: Ensure we have /var/tmp
author
Colin Walters
<walters@verbum.org>
Wed, 8 Feb 2012 22:33:31 +0000
(17:33 -0500)
committer
Colin Walters
<walters@verbum.org>
Wed, 8 Feb 2012 22:33:31 +0000
(17:33 -0500)
gnomeos/yocto/ostree-setup.sh
patch
|
blob
|
history
diff --git
a/gnomeos/yocto/ostree-setup.sh
b/gnomeos/yocto/ostree-setup.sh
index fa14d8dec8356d0a84591c6af32c6754bf81154a..36107e2b2b5f7588ecd2a6bee877b6f8dbde0884 100755
(executable)
--- a/
gnomeos/yocto/ostree-setup.sh
+++ b/
gnomeos/yocto/ostree-setup.sh
@@
-46,6
+46,9
@@
mkdir -p -m 0755 ./var/{log,run,tmp,spool}
mkdir -p ./var/lib/dbus
dbus-uuidgen > ./var/lib/dbus/machine-id
+mkdir -p ./var/tmp
+chmod 1777 ./var/tmp
+
mkdir ./var/lib/gdm
chown 2:2 ./var/lib/gdm